Package-level declarations
Types
Link copied to clipboard
class ClonedRepositoryReference(val url: String, val description: String, val localPath: Path, val deleteOnClose: Boolean = true, val fileFormatLimits: FileFormatLimits = FileFormatLimits()) : AutoCloseable, FileReadTools, SymbolSearch, FileReadLog, LlmReference
Reference to a cloned Git repository with automatic cleanup capabilities. Exposes LLM tools and ensures proper cleanup on application shutdown.
Link copied to clipboard
Limits for file formats when reading files from a cloned repository.
Link copied to clipboard
Uses JGit to perform Git operations on a local repository.
Link copied to clipboard